home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / lvb6.mdb / PropertyTypes.json < prev    next >
JavaScript Object Notation  |  1998-06-07  |  800b

  1. {
  2.     "schema": {
  3.         "Value": "Long Integer",
  4.         "FriendlyName": "Text (100)",
  5.         "Description": "Memo/Hyperlink (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "Value": 1,
  10.             "FriendlyName": "Standard",
  11.             "Description": "General property, this flag means call db.GetProperty and db.SetProperty when dealing with this property"
  12.         },
  13.         {
  14.             "Value": 2,
  15.             "FriendlyName": "FullPath",
  16.             "Description": "Full Path"
  17.         },
  18.         {
  19.             "Value": 4,
  20.             "FriendlyName": "RelativePath",
  21.             "Description": "Relative File Path"
  22.         },
  23.         {
  24.             "Value": 8,
  25.             "FriendlyName": "URL",
  26.             "Description": "URL"
  27.         },
  28.         {
  29.             "Value": 16,
  30.             "FriendlyName": "CheckEditStatus",
  31.             "Description": "Query call back interface, asking if this property should be editable"
  32.         },
  33.         {
  34.             "Value": 32,
  35.             "FriendlyName": "TaskCallBack",
  36.             "Description": "Ask call back interface to process this property (if not combined with another property, such as for ex. \"Standard\", then nothing written to db)"
  37.         }
  38.     ]
  39. }